home *** CD-ROM | disk | FTP | other *** search
- Path: newsfeed.tip.net!usenet
- From: mats@plea.se (Mats Magnusson)
- Newsgroups: comp.sys.amiga.programmer
- Subject: Re: Help wanted with parallelport
- Date: 4 Feb 1996 06:20:31 GMT
- Organization: Uniplus Internet Access
- Message-ID: <544.6608T417T1395@plea.se>
- References: <4drj62$ija@news.uni-c.dk>
- NNTP-Posting-Host: beatles.plea.se
- X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
-
- >I would very much like to know how I can program acknowledge on the parallel
- >port to start an interrupt. It has to be OS friendly and preferably in
- >assembly or C.
-
- Well, one way is to go by ciaa (or is it ciab).resource, and add your
- interrupt there. Oncd your interrupt is installed that way, the
- paralell.device f.ex. doesn't interfere with the paralell port. It's
- possible to allocate the other bits in the paralell port also, i think it's
- in misc.resource.
-
- I don't think it's possible to do some reasonable with exec's
- int-functions.
-
-